home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / x_mod30.zip / MODSHELL.ZIP / MAKELIST.BAT < prev    next >
DOS Batch File  |  1994-03-21  |  308b  |  11 lines

  1. @echo USAGE: makelist  a...z  D:\PFAD
  2. @echo\
  3. @echo a...z     is the Name of the LIST.(A...Z) file thats to create...
  4. @echo\
  5. @echo D:\PFAD   is the Directory with the Sound-Files
  6. @echo\
  7. @dir %2 /on /b |find "." >list.tmp
  8. @echo %2\>pfad.tmp
  9. @copy pfad.tmp+list.tmp list.%1
  10. @del pfad.tmp
  11. @del list.tmp